home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / v cisle / backupmaker / bkmaker.exe / {app} / bkmtask.xml < prev    next >
Extensible Markup Language  |  2007-02-08  |  3KB  |  45 lines

  1.  ■<?xml version="1.0" encoding="UTF-16"?>
  2. <Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  3.   <RegistrationInfo>
  4.     <Date>2007-02-08T12:33:37.7037136</Date>
  5.     <Author>COMPUTERNAME\USERNAME</Author>
  6.   </RegistrationInfo>
  7.   <Triggers>
  8.     <LogonTrigger id="aee7ed3a-5504-4761-a936-a1fe85a24a20">
  9.       <Enabled>true</Enabled>
  10.     </LogonTrigger>
  11.   </Triggers>
  12.   <Principals>
  13.     <Principal id="Author">
  14.       <LogonType>InteractiveToken</LogonType>
  15.       <RunLevel>HighestAvailable</RunLevel>
  16.     </Principal>
  17.   </Principals>
  18.   <Settings>
  19.     <IdleSettings>
  20.       <Duration>PT10M</Duration>
  21.       <WaitTimeout>PT1H</WaitTimeout>
  22.       <StopOnIdleEnd>true</StopOnIdleEnd>
  23.       <RestartOnIdle>false</RestartOnIdle>
  24.     </IdleSettings>
  25.     <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  26.     <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
  27.     <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
  28.     <AllowHardTerminate>false</AllowHardTerminate>
  29.     <StartWhenAvailable>false</StartWhenAvailable>
  30.     <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  31.     <AllowStartOnDemand>false</AllowStartOnDemand>
  32.     <Enabled>true</Enabled>
  33.     <Hidden>false</Hidden>
  34.     <RunOnlyIfIdle>false</RunOnlyIfIdle>
  35.     <WakeToRun>false</WakeToRun>
  36.     <ExecutionTimeLimit>PT0S</ExecutionTimeLimit>
  37.     <Priority>7</Priority>
  38.   </Settings>
  39.   <Actions Context="Author">
  40.     <Exec>
  41.       <Command>APPLICATION.EXENAME</Command>
  42.       <Arguments>/winstart</Arguments>
  43.     </Exec>
  44.   </Actions>
  45. </Task>